The argument type ResponsiveAppBar cant be assigned to the parameter type PreferredSizeWidget.dart(argument_type_not_assignable)

121

Scaffold(
  appBar: PreferredSize(
    preferredSize: const Size.fromHeight(100),
    child: Container(color: Colors.red),
  ),
)

Comments

Submit
0 Comments